FreeCalypso > hg > freecalypso-sw
comparison target-utils/libcommon/Makefile @ 12:165040ce4929
terget-utils: command entry implemented
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Wed, 01 May 2013 20:01:41 +0000 |
parents | 40f607bb0a2c |
children | f4fc449a64ea |
comparison
equal
deleted
inserted
replaced
11:40f607bb0a2c | 12:165040ce4929 |
---|---|
2 CFLAGS= -Os -fno-builtin | 2 CFLAGS= -Os -fno-builtin |
3 CPPFLAGS=-I../include | 3 CPPFLAGS=-I../include |
4 AR= arm-elf-ar | 4 AR= arm-elf-ar |
5 RANLIB= arm-elf-ranlib | 5 RANLIB= arm-elf-ranlib |
6 | 6 |
7 OBJS= serio.o uartsel.o | 7 OBJS= cmdentry.o serio.o uartsel.o |
8 | 8 |
9 all: libcommon.a | 9 all: libcommon.a |
10 | 10 |
11 libcommon.a: ${OBJS} | 11 libcommon.a: ${OBJS} |
12 ${AR} cru $@ ${OBJS} | 12 ${AR} cru $@ ${OBJS} |