mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
Update udev makefile
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10303 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
8834c19bfa
commit
2e70df0fe1
@ -4,7 +4,7 @@
|
||||
# vim: tabstop=3
|
||||
|
||||
SHELL=/bin/bash
|
||||
SYSTEMD_VERSION=204
|
||||
SYSTEMD_VERSION=205
|
||||
VERSION=$(SYSTEMD_VERSION)-1
|
||||
|
||||
ifeq ($(V),)
|
||||
@ -41,7 +41,7 @@ DEF = -include cfg.h \
|
||||
-D_FILE_OFFSET_BITS=64 \
|
||||
-DHAVE_FIRMWARE
|
||||
|
||||
INCLUDE = -I src/libudev -I src/shared -I src -I src/login -I src/systemd
|
||||
INCLUDE = -I src/libudev -I src/shared -I src -I src/login -I src/systemd -I src/core
|
||||
|
||||
LIBUDEV_SRCS = libudev-device-private.c \
|
||||
libudev-device.c \
|
||||
|
Loading…
Reference in New Issue
Block a user