diff options
author | Kay Sievers <kay.sievers@suse.de> | 2005-08-10 16:54:14 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@suse.de> | 2005-08-10 16:54:14 +0200 |
commit | 59d6bfefceac1a31b0408e60cd251b5035cf3b50 (patch) | |
tree | 73459c4cec1c944afcb41bda6f3c3737805961bb /Makefile | |
parent | d33c51c24531b602c9f45a8914c6b1db82c003ec (diff) |
split udev_util in several files
It too big for the small tools to link against for only the log function.
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -136,7 +136,6 @@ SYSFS_OBJS = \ libsysfs/dlist.o UDEV_OBJS = \ - udev_utils.o \ udev_event.o \ udev_device.o \ udev_config.o \ @@ -146,6 +145,9 @@ UDEV_OBJS = \ udev_db.o \ udev_rules.o \ udev_rules_parse.o \ + udev_utils.o \ + udev_utils_file.o \ + udev_utils_run.o \ udev_libc_wrapper.o OBJS = \ |