cosmetic: remove trailing whitespaces
[openwrt/staging/wigyori.git] / package / kernel / linux / Makefile
index 6fb6851b9260d7428e108ca8f6b999a4a1311ded..05b0b5e88066f57623c51401f2a30524b6243975 100644 (file)
@@ -1,4 +1,4 @@
-# 
+#
 # Copyright (C) 2006-2010 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
@@ -12,12 +12,13 @@ PKG_NAME:=kernel
 PKG_FLAGS:=hold
 
 PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/packages
-SCAN_DEPS=modules/*.mk $(TOPDIR)/target/linux/*/modules.mk
+SCAN_DEPS=modules/*.mk $(TOPDIR)/target/linux/*/modules.mk $(TOPDIR)/include/netfilter.mk
 
 PKG_LICENSE:=GPLv2
 PKG_LICENSE_FILES:=
 
 export SHELL:=/bin/sh
+.ONESHELL:
 
 include $(INCLUDE_DIR)/package.mk