dell-flash-unlock: add NetBSD support

This commit is contained in:
linear cannon
2024-03-16 01:33:10 -04:00
parent c578fe56c3
commit e119ffa54d
3 changed files with 34 additions and 5 deletions
+3
View File
@@ -6,6 +6,9 @@ CFLAGS=-Wall -Wextra -Werror -O2 -pedantic
ifeq ($(shell uname), OpenBSD)
CFLAGS += -l$(shell uname -p)
endif
ifeq ($(shell uname), NetBSD)
CFLAGS += -l$(shell uname -p)
endif
SRCS=dell_flash_unlock.c accessors.c
all: $(SRCS) accessors.h