blob: 8bba8401cafc84515686bd5baabef8bbdcb824b1 [file] [log] [blame]
# makefile for dummy DeviceAtlas library
#
# To enable the DeviceAtlas module support, the following are needed
# make TARGET=<target> DEVICEATLAS_SRC=addons/deviceatlas/dummy USE_PCRE=1 USE_DEVICEATLAS=1
build: libda.a
libda.a: dac.o
ar rv $@ $<
clean:
rm -rf *.a *.o