root/trunk/freewrt/target/linux/Makefile

Revision 3328, 378 bytes (checked in by tg, 5 years ago)

make initramfs available for all architectures with linux 2.6,
except that device node creation doesn't work right now

Line 
1 # $FreeWRT$
2 #-
3 # This file is part of the FreeWRT project. FreeWRT is copyrighted
4 # material, please see the LICENCE file in the top-level directory
5 # or at http://www.freewrt.org/licence for details.
6
7 include $(TOPDIR)/rules.mk
8
9 FWRT_BUILD_TARGET=y
10
11 include $(TOPDIR)/mk/targets.mk
12
13 .PHONY: clean prepare compile install noinstall
14
15 clean:
16 prepare:
17 compile:
18 install:
19 noinstall:
Note: See TracBrowser for help on using the browser.