From e8dcb4b635612f7c91fa6b318995e36018674bd6 Mon Sep 17 00:00:00 2001 From: Eric Norum Date: Fri, 28 Jun 2002 21:52:18 +0000 Subject: Useful add-on libraries --- RTEMS_Makefiles/Makefile.common | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 RTEMS_Makefiles/Makefile.common diff --git a/RTEMS_Makefiles/Makefile.common b/RTEMS_Makefiles/Makefile.common new file mode 100644 index 0000000..7e0ddbe --- /dev/null +++ b/RTEMS_Makefiles/Makefile.common @@ -0,0 +1,23 @@ +########################################################### +# Meta-Makefile for compiling packages to work with RTEMS # +########################################################### + +# +# Pick up RTEMS configuration +# +include $(RTEMS_MAKEFILE_PATH)/Makefile.inc +include $(RTEMS_CUSTOM) +include $(PROJECT_ROOT)/make/leaf.cfg +CC += $(CPU_CFLAGS) + +# +# For some reason RTEMS Makefiles don't export this +# +export RANLIB + +.PHONY: all + +# +# Include site-specific options +# +include ../RTEMS_Makefiles/Makefile.site -- cgit v1.2.3