]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/open-amp.git/blob - obsolete/system/zynq7/linux/src/libfdt/Makefile.commons
Move func_test_suite to directly under apps/
[processor-sdk/open-amp.git] / obsolete / system / zynq7 / linux / src / libfdt / Makefile.commons
2 TOOLSET          := csgnu
3 CROSS            := arm-xilinx-eabi-
4 CFLAGS           := -Wall -ffunction-sections -fdata-sections -O0 -g3 -MMD 
5 CXXFLAGS         := -Wall -fno-enforce-eh-specs -MMD
6 ASFLAGS          := -gdwarf2 -meabi=4 -mcpu=cortex-a9 -mfpu=neon -MMD
7 ARFLAGS          := 
8 ARCH_CFLAGS      := -gdwarf-2 -mthumb-interwork -mcpu=cortex-a9
9 ARCH_CXXFLAGS    := -gdwarf-2 -mthumb-interwork -mcpu=cortex-a9
10 ARCH_ASFLAGS     := -gdwarf-2 -mthumb-interwork -mcpu=cortex-a9
11 ARCH_ARFLAGS     := 
12 CC               = $(CROSS)gcc
13 CXX              = $(CROSS)g++
14 AS               = $(CROSS)as
15 AR               = $(CROSS)ar
16 LD               = $(CROSS)gcc
17 OBJCPY           = $(CROSS)objcopy
18 INCLUDE          := 
19 RM               := rm -f
20 CP               := cp