7 lines
89 B
Makefile
7 lines
89 B
Makefile
PKGDIR ?= ..
|
|
L4DIR ?= $(PKGDIR)/../..
|
|
|
|
TARGET = switch
|
|
|
|
include $(L4DIR)/mk/subdir.mk
|