diff options
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.target b/Makefile.target index 6883c44771..7e69a644ae 100644 --- a/Makefile.target +++ b/Makefile.target @@ -1,10 +1,6 @@ include config.mak include $(SRC_PATH)/rules.mak -ifndef TARGET_BASE_ARCH -TARGET_BASE_ARCH:=$(TARGET_ARCH) -endif - TARGET_PATH=$(SRC_PATH)/target-$(TARGET_BASE_ARCH) VPATH=$(SRC_PATH):$(TARGET_PATH):$(SRC_PATH)/hw CPPFLAGS=-I. -I.. -I$(TARGET_PATH) -I$(SRC_PATH) -MMD -MT $@ -MP -DNEED_CPU_H |