diff options
Diffstat (limited to '.pc/0008-951-fix-calling-compiler.patch/makefiles/platforms.mk')
-rw-r--r-- | .pc/0008-951-fix-calling-compiler.patch/makefiles/platforms.mk | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/.pc/0008-951-fix-calling-compiler.patch/makefiles/platforms.mk b/.pc/0008-951-fix-calling-compiler.patch/makefiles/platforms.mk deleted file mode 100644 index df83885..0000000 --- a/.pc/0008-951-fix-calling-compiler.patch/makefiles/platforms.mk +++ /dev/null @@ -1,15 +0,0 @@ -ifeq "$(TARGET_ARCH)$(UI_TYPE)" "" - include $(ROOTDIR)/makefiles/target.mk -endif - -ifeq "$(TARGET_ARCH)" "" -$(error TARGET_ARCH is not defined. Please edit $(ROOTDIR)/makefiles/target.mk) -endif - -ifeq "$(UI_TYPE)" "" -$(error UI_TYPE is not defined. Please edit $(ROOTDIR)/makefiles/target.mk) -endif - -ifeq "$(TARGET_STATUS)" "" - TARGET_STATUS = release -endif |