diff options
author | greg@kroah.com <greg@kroah.com> | 2004-10-14 00:38:08 -0700 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 21:58:15 -0700 |
commit | c008fe93f5252d47f82d7f00e423983bda9ce1e3 (patch) | |
tree | e3733ba024f8db6a9357823428445263ba49de49 /Makefile | |
parent | e457f010b1360ce92a26018a933eefaaed03d520 (diff) |
[PATCH] fix up error in building extras and libsysfs
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -184,7 +184,6 @@ all: $(ROOT) $(SENDER) $(DAEMON) $(INFO) $(TESTER) $(WAIT) $(GEN_CONFIGS) echo $$target ; \ $(MAKE) prefix=$(prefix) \ LD="$(LD)" \ - SYSFS="$(SYSFS)" \ KERNEL_DIR="$(KERNEL_DIR)" \ -C $$target $@ ; \ done ; \ |