summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0b9fc96)
raw | patch | inline | side by side (parent: 0b9fc96)
author | Ming Wei <mwei@ti.com> | |
Wed, 3 Aug 2016 02:23:56 +0000 (21:23 -0500) | ||
committer | Ming Wei <mwei@ti.com> | |
Wed, 3 Aug 2016 02:23:56 +0000 (21:23 -0500) |
Signed-off-by: Ming Wei <mwei@ti.com>
file_demo_bios/am572x/build/makefile | patch | blob | history | |
file_demo_bios/k2g/build/makefile | patch | blob | history |
index 3ebaf3d7b0ddf1bd3ccbed4cc51cf3b6b7713bf8..3c3e38610ec67c905aa8852b2919c87ae1a65758 100644 (file)
\r
-include ../makefile.init\r
\r
+OS := $(shell uname)\r
+ifeq ($(OS), Linux)\r
+RM := rm -f\r
+RMDIR := rm -d -f -r\r
+else\r
RM := DEL /F\r
RMDIR := RMDIR /S/Q\r
+endif\r
\r
# All of the sources participating in the build are defined here\r
##-include subdir_vars.mk\r
index 6926b88c3a450118ac5ff2b00923f74bdd495b2b..98cf3e7b6e75dee7d39d5c33140570b993dc54a4 100644 (file)
\r
-include ../makefile.init\r
\r
+OS := $(shell uname)\r
+ifeq ($(OS), Linux)\r
+RM := rm -f\r
+RMDIR := rm -d -f -r\r
+else\r
RM := DEL /F\r
RMDIR := RMDIR /S/Q\r
+endif\r
\r
# All of the sources participating in the build are defined here\r
##-include subdir_vars.mk\r