]> rtime.felk.cvut.cz Git - sysless.git/blob - arch/h8300/generic/libs/gdbstub/Makefile.std
It is possible to compile gdb-stub under omk now.
[sysless.git] / arch / h8300 / generic / libs / gdbstub / Makefile.std
1 ##############################################################################
2 #
3 #  Makefile - ID_CPU1 makefile for drivers
4 #
5 ##############################################################################
6
7 ifndef TOP
8 TOP = ..
9 CONFIG = $(TOP)/config
10 endif
11
12 include $(CONFIG)
13
14 ######################## Additional Flags section ############################
15
16 # Directories list for header files
17 INCLUDEDIRS +=
18 # Defines for preprocessor
19 DEFINES +=
20
21 # Compilation flags for C files OTHER than include directories
22 # Some drivers use outb macro, requires -O optimization
23 CFLAGS += -O
24 # Preprocessor flags OTHER than defines
25 CPPFLAGS +=
26 # Linking flags
27 LDFLAGS +=
28
29 ############################# targets section ################################
30
31 # If you want to create a library with the objects files, define the name here
32 LIBNAME = libgdbstub.a
33 LIBNAMESO = libgdbstub.so
34
35 # List of objects to compile
36
37 OBJS += gdb-stub.o h8s-2633.o h8s-2633-sci.o
38
39 ASMOBJS += h8s-2633-asm.o
40
41 ######################### Makefile.rules section #############################
42
43 include $(TOP)/Makefile.rules
44
45 ######################## Tools targets section ###############################
46