Generalize the x86 kernel config for more generic processor options
[openwrt.git] / target / linux / imagebuilder / Makefile
index 4afb4d4..2c1ab17 100644 (file)
@@ -1,3 +1,9 @@
+# 
+# Copyright (C) 2006 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
 default: clean all
 
 TOPDIR:=${shell pwd}
@@ -21,12 +27,12 @@ endef
 
 include ./kernel.mk
 
-clean:
+clean: FORCE
        @rm -rf $(LINUX_BUILD_DIR)/root*
        @rm -rf $(BIN_DIR)
 all:
 
-build:
+build: FORCE
        echo
        echo '### BUILDING IMAGE FROM lists/$(LIST).$(BOARD)-$(KERNEL)'
        echo
This page took 0.030885 seconds and 4 git commands to generate.