make: Introduced PI (PLUGIN) into standard build targets

This commit is contained in:
Jan Lindemann 2007-08-23 14:26:06 +00:00 committed by Jan Lindemann
commit a4b71dc727
4 changed files with 30 additions and 19 deletions

View file

@ -11,7 +11,7 @@ include $(MODDIR)/make/depend.mk
LOCAL_CPPFLAGS += -D_PLUGIN
LOCAL_CFLAGS += -D_PLUGIN
all: build_LIB
install: install_LIB
all: build_PI
install: install_PI
clean: execlean localclean
distclean: clean