1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-09-30 16:11:18 +02:00
openwrt/include
2007-02-04 19:36:11 +00:00
..
site
host-build.mk
host.mk
image.mk
kernel-build.mk Minor kernel build changes: Change '[ -d ... ] && cmd' to 'if [ -d ... ]; then cmd; fi' to avoid make errors if the condition is false If $(PLATFORM_DIR)/files exists, copy it into the kernel tree on prepare. 2007-02-04 19:36:11 +00:00
kernel-version.mk
kernel.mk
netfilter.mk
package.mk disambiguate PKG_CONFIG_PATH, it is used for pkgconfig scripts while PKG_CONFIGURE_PATH is now used for configure scripts 2007-02-01 22:32:03 +00:00
prereq-build.mk
prereq.mk
shell.sh
target.mk
unpack.mk
verbose.mk