X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=Makefile;h=24942f9948a5161d0b3b958508511f39b8cba80d;hb=4502bb1f21d39a74cc77e92935ef1767c2f9bf14;hp=c58097d1f1cd2df3dd24df1c37b2d629626e9b02;hpb=d488f5e8dbdcd1f5f0ebb2ee9c1f2fb4a5374290;p=oweals%2Fbusybox.git diff --git a/Makefile b/Makefile index c58097d1f..24942f994 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ VERSION = 1 -PATCHLEVEL = 19 +PATCHLEVEL = 22 SUBLEVEL = 0 EXTRAVERSION = .git NAME = Unnamed @@ -297,6 +297,7 @@ NM = $(CROSS_COMPILE)nm STRIP = $(CROSS_COMPILE)strip OBJCOPY = $(CROSS_COMPILE)objcopy OBJDUMP = $(CROSS_COMPILE)objdump +PKG_CONFIG ?= $(CROSS_COMPILE)pkg-config AWK = awk GENKSYMS = scripts/genksyms/genksyms DEPMOD = /sbin/depmod @@ -1042,7 +1043,7 @@ rpm: FORCE # Brief documentation of the typical targets used # --------------------------------------------------------------------------- -boards := $(wildcard $(srctree)/arch/$(ARCH)/configs/*_defconfig) +boards := $(wildcard $(srctree)/configs/*_defconfig) boards := $(notdir $(boards)) -include $(srctree)/Makefile.help @@ -1131,15 +1132,6 @@ clean: $(clean-dirs) -o -name '.*.d' -o -name '.*.tmp' -o -name '*.mod.c' \) \ -type f -print | xargs rm -f -help: - @echo ' Building external modules.' - @echo ' Syntax: make -C path/to/kernel/src M=$$PWD target' - @echo '' - @echo ' modules - default target, build the module(s)' - @echo ' modules_install - install the module' - @echo ' clean - remove generated files in module directory only' - @echo '' - # Dummies... PHONY += prepare scripts prepare: ;