summaryrefslogtreecommitdiff
path: root/RTEMS_Makefiles/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'RTEMS_Makefiles/Makefile.common')
-rw-r--r--RTEMS_Makefiles/Makefile.common23
1 files changed, 0 insertions, 23 deletions
diff --git a/RTEMS_Makefiles/Makefile.common b/RTEMS_Makefiles/Makefile.common
deleted file mode 100644
index 7e0ddbe..0000000
--- a/RTEMS_Makefiles/Makefile.common
+++ /dev/null
@@ -1,23 +0,0 @@
-###########################################################
-# 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