summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mdk-stage1/insmod-busybox/Makefile2
-rw-r--r--mdk-stage1/mar/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/mdk-stage1/insmod-busybox/Makefile b/mdk-stage1/insmod-busybox/Makefile
index 6ced68861..451e3b262 100644
--- a/mdk-stage1/insmod-busybox/Makefile
+++ b/mdk-stage1/insmod-busybox/Makefile
@@ -12,7 +12,7 @@
all: insmod libinsmod.a
clean:
- rm -f *.o insmod
+ rm -f *.o insmod libinsmod.a
FLAGS = -c -Wall -Os -fomit-frame-pointer -D_GNU_SOURCE -DBB_VER='"0.47"' -DBB_BT='"2000.12.06-14:02+0000"'
diff --git a/mdk-stage1/mar/Makefile b/mdk-stage1/mar/Makefile
index e7f6977ce..631a944bd 100644
--- a/mdk-stage1/mar/Makefile
+++ b/mdk-stage1/mar/Makefile
@@ -21,7 +21,7 @@
all: libmar.a mar
clean:
- rm -f *.o mar
+ rm -f *.o libmar.a mar
FLAGS = -Wall -Werror -Os -fomit-frame-pointer -c