Karsten Böddeker 8 年 前
コミット
69661a8dff
1 ファイル変更4 行追加0 行削除
  1. 4 0
      Makefile

+ 4 - 0
Makefile

@@ -5,6 +5,10 @@ LANG:=C
 
 GLUONDIR:=${CURDIR}/src
 
+ifeq ($(BROKEN),0)
+	undefine BROKEN
+endif
+
 include $(GLUONDIR)/include/gluon.mk
 include $(GLUONDIR)/targets/targets.mk