TOPDIR = ..
include $(TOPDIR)/module.mk

# local PHONY targets
all: build_src
build: build_src
install: install_src
clean: clean_src
