anbox/kernel/Makefile
2017-02-07 12:12:23 +01:00

13 lines
184 B
Makefile

#/usr/bin/make
VERSION = 1
SRC = $(DESTDIR)/usr/src
all:
clean:
install:
install -d $(SRC)
for d in ashmem binder ; do \
cp -a $$d $(SRC)/anbox-modules-$$d-$(VERSION) ; \
done