Mercurial > ecos
view packages/services/gfx/mw/current/src/mwin/mwobjects/Makefile @ 3292:7f8e529b4d82 default tip
Fix FREESCALE_EDMA_NBYTES_MLOFFYES_MLOFF() so it works with negative offsets.
| author | vae |
|---|---|
| date | Wed, 29 Apr 2015 23:31:48 +0000 |
| parents | e0c0827131d1 |
| children |
line wrap: on
line source
# # Copyright (C) Chris Johns (ccj@acm.org) # # Microwindows C++ Wrappers. # include $(CONFIG) LIBNAME = libmwobjects.a LIBNAMESO = libmwobjects.so ifeq ($(OBJFRAMEWORK), Y) CXXOBJS += mwobjects.o endif ######################### Makefile.rules section ############################# include $(TOP)/Makefile.rules ######################## Tools targets section ###############################
