Skip to content

Instantly share code, notes, and snippets.

@OlegHahm
Created January 17, 2014 14:52
Show Gist options
  • Save OlegHahm/8474642 to your computer and use it in GitHub Desktop.
Save OlegHahm/8474642 to your computer and use it in GitHub Desktop.
libcoap Makefile
diff --git a/pkg/libcoap/Makefile b/pkg/libcoap/Makefile
index a55f9b4..dfc5177 100644
--- a/pkg/libcoap/Makefile
+++ b/pkg/libcoap/Makefile
@@ -3,7 +3,6 @@ PKG_URL=http://git.code.sf.net/p/libcoap/code
PKG_VERSION=89acaa6775ca3a4aedea510557e6b9c0c01fa5db
ifneq ($(RIOTBOARD),)
-include $(RIOTBOARD)/Makefile.base
include $(RIOTBOARD)/$(BOARD)/Makefile.include
endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment