From d8cca659e731056c8add8f8b7c256c78780e7b53 Mon Sep 17 00:00:00 2001 From: Oliver Jowett Date: Tue, 9 Feb 2021 00:30:25 +0800 Subject: [PATCH] Remove stray extra cpufeatures makefile include --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 75195b4..0ba6bf1 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,6 @@ endif UNAME := $(shell uname) ifeq ($(UNAME), Linux) - include Makefile.cpufeatures CPPFLAGS += -D_DEFAULT_SOURCE LIBS += -lrt LIBS_USB += -lusb-1.0