Skip to content

Commit

Permalink
xpadneo, installer: Re-order config variables to the top of Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Kai Krakow <[email protected]>
  • Loading branch information
kakra committed Dec 24, 2024
1 parent 37b94fd commit b37301e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
ETC_PREFIX ?= /etc

MODPROBE_CONFS := xpadneo.conf
UDEV_RULES := 60-xpadneo.rules 70-xpadneo-disable-hidraw.rules

Expand All @@ -8,8 +10,6 @@ else
DKMS ?= : SKIPPING dkms
endif

ETC_PREFIX ?= /etc

all: build

help:
Expand Down

0 comments on commit b37301e

Please sign in to comment.