From 4aca87515a5083ae0e31ce3177189fd43b6d05ac Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 3 Jan 2015 13:58:15 +0100 Subject: patch to Vanilla Tomato 1.28 --- release/src/linux/linux/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'release/src/linux/linux/Makefile') diff --git a/release/src/linux/linux/Makefile b/release/src/linux/linux/Makefile index b378a3ff..beb7b184 100644 --- a/release/src/linux/linux/Makefile +++ b/release/src/linux/linux/Makefile @@ -236,7 +236,9 @@ CLEAN_FILES = \ drivers/tc/lk201-map.c \ net/khttpd/make_times_h \ net/khttpd/times.h \ - submenu* + submenu* \ + drivers/net/hnd/shared_ksyms.c + # directories removed with 'make clean' CLEAN_DIRS = \ modules @@ -460,7 +462,7 @@ modules modules_install: dummy endif clean: archclean - find . \( -name '*.[oas]' -o -name core -o -name '.*.flags' \) -type f -print \ + find . \( -name '*.[oas]' -o -name core -o -name '.*.flags' \) -type f -not -name diag_led.o -not -name ctmisc.o -print \ | grep -v lxdialog/ | xargs rm -f rm -f $(CLEAN_FILES) rm -rf $(CLEAN_DIRS) -- cgit v1.2.3-54-g00ecf