summaryrefslogtreecommitdiffstats
path: root/RTEMS_Makefiles/Makefile.common
blob: 7e0ddbeb76c72c555895df0d73a4a64b5351f772 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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