Mercurial > ecos
view host/tools/configtool/standalone/unix/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 | 435cced73e2f |
| children |
line wrap: on
line source
COMPILE := ../common/ecosconfig.cxx ../common/cdl_exec.cxx ../../common/common/build.cxx ../../common/common/flags.cxx OBJECTS := $(COMPILE:.cxx=.o) INCLUDE_PATH := -I../../common/common -I$(ECOS)/include -I$(TCL)/include CXX := g++ ecosconfig: $(OBJECTS) $(CXX) $^ -L$(ECOS)/lib -L$(TCL)/lib -lcdl -lcyginfra -ltcl8.2 -ldl -o $@ %.o: %.cxx $(CXX) -c -g -O2 -I$(dir $<) $(INCLUDE_PATH) -o $@ $< clean: rm ecosconfig $(OBJECTS)
