Kernel/IPStack - (minor) TODO retransmit timer
[tpg/acess2.git] / BuildConf / host / Makefile.cfg
index 057e96e..d3241b1 100644 (file)
@@ -6,6 +6,10 @@
 SAVED_CC_ := $(CC)
 SAVED_LD_ := $(LD)
 
+ifeq ($(HOST_ARCH),)
+$(error Please set HOST_ARCH to the architecture to compile, e.g. x86)
+endif
+
 include $(ACESSDIR)/BuildConf/$(HOST_ARCH)/Makefile.cfg
 
 OBJDUMP := objdump -S

UCC git Repository :: git.ucc.asn.au