From f7ff2c2d97cc7fd046a55aa6c82ad0922e028dfd Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Fri, 22 May 2015 12:15:41 +0200 Subject: drop mk/Autoconf.mk include --- GNUmakefile | 10 ---------- 1 file changed, 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 -- cgit