aboutsummaryrefslogtreecommitdiffstats
path: root/udev-lfs/Makefile.lfs
diff options
context:
space:
mode:
Diffstat (limited to 'udev-lfs/Makefile.lfs')
-rw-r--r--udev-lfs/Makefile.lfs5
1 files changed, 3 insertions, 2 deletions
diff --git a/udev-lfs/Makefile.lfs b/udev-lfs/Makefile.lfs
index 0874b9015..f0cf03abb 100644
--- a/udev-lfs/Makefile.lfs
+++ b/udev-lfs/Makefile.lfs
@@ -4,7 +4,7 @@
# vim: tabstop=3
SHELL=/bin/bash
-SYSTEMD_VERSION=206
+SYSTEMD_VERSION=207
VERSION=$(SYSTEMD_VERSION)-1
ifeq ($(V),)
@@ -42,7 +42,7 @@ DEF = -include cfg.h \
-DHAVE_FIRMWARE
INCLUDE = -I src/libudev -I src/shared -I src -I src/login -I src/systemd \
- -I src/core -I udev-lfs-206-1
+ -I src/core -I udev-lfs-206.-1
LIBUDEV_SRCS = libudev-device-private.c \
libudev-device.c \
@@ -79,6 +79,7 @@ COMMON_SRCS = log.c \
set.c \
exit-status.c \
util.c \
+ mkdir-label.c \
dev-setup.c \
sd-login.c \
sd-daemon.c \