X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=include%2Ftarget.mk;h=0d2ef6a225ca8a7b5a46a2a2946867ce1a8d8345;hb=3f0d44b8de5ee73828000ca6fd47288a04a5de3f;hp=8d5ae1e1d3aead6e5a73c75da31e6760c21a74b3;hpb=fd588dbf6becc9be2fb34f132f132b3e9a985bfb;p=openwrt%2Fopenwrt.git diff --git a/include/target.mk b/include/target.mk index 8d5ae1e1d3..0d2ef6a225 100644 --- a/include/target.mk +++ b/include/target.mk @@ -72,7 +72,6 @@ define Profile $(eval $(call ProfileDefault)) $(eval $(call Profile/$(1))) dumpinfo : $(call shexport,Profile/$(1)/Description) - DEFAULT_PACKAGES := $(filter-out $(patsubst -%,%,$(filter -%,$(PACKAGES))),$(DEFAULT_PACKAGES)) PACKAGES := $(filter-out -%,$(PACKAGES)) DUMPINFO += \ echo "Target-Profile: $(1)"; \ @@ -194,6 +193,7 @@ ifeq ($(DUMP),1) CPU_CFLAGS_cortex-a9 = -mcpu=cortex-a9 CPU_CFLAGS_cortex-a15 = -mcpu=cortex-a15 CPU_CFLAGS_cortex-a53 = -mcpu=cortex-a53 + CPU_CFLAGS_cortex-a72 = -mcpu=cortex-a72 CPU_CFLAGS_fa526 = -mcpu=fa526 CPU_CFLAGS_mpcore = -mcpu=mpcore CPU_CFLAGS_xscale = -mcpu=xscale