diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2015-05-22 12:15:41 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2015-05-22 12:15:41 +0200 |
commit | f7ff2c2d97cc7fd046a55aa6c82ad0922e028dfd (patch) | |
tree | 9033f334f7136a71636c7c9244c9eea3aff0995d | |
parent | 10cf3d2ea4659bf1608984f43d98b0845846188f (diff) | |
download | input-f7ff2c2d97cc7fd046a55aa6c82ad0922e028dfd.tar.gz |
drop mk/Autoconf.mk include
-rw-r--r-- | GNUmakefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/GNUmakefile b/GNUmakefile index 7b737bb..ae10a22 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -14,16 +14,6 @@ HEADERS := EV.h REL.h ABS.h MSC.h LED.h SND.h REP.h KEY.h BTN.h BUS.h SW.h all: build -################################################################# -# poor man's autoconf ;-) - -include mk/Autoconf.mk - -define make-config -LIB := $(LIB) -endef - - ######################################################################## # rules |