Skip to content

Commit

Permalink
Move the internal headers into src
Browse files Browse the repository at this point in the history
They're never going to be installed, and moving them here makes adding a
test-suite (and porting to meson) easier.

Signed-off-by: Richard Hughes <richard@hughsie.com>
  • Loading branch information
hughsie committed Jan 29, 2024
1 parent 0ca99d4 commit 6fb6feb
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion src/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ include $(CLEAR_VARS)
include $(LOCAL_PATH)/../Make.version

LOCAL_MODULE := efibootmgr
LOCAL_C_INCLUDES := $(LOCAL_PATH)/include
LOCAL_C_INCLUDES := $(LOCAL_PATH)
LOCAL_STATIC_LIBRARIES := libefivar
LOCAL_MODULE_PATH := $(TARGET_INSTALLER_OUT)/sbin

Expand Down
3 changes: 0 additions & 3 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ include $(TOPDIR)/Make.version
include $(TOPDIR)/Make.rules
include $(TOPDIR)/Make.defaults

SUBDIR_CFLAGS = -I$(SRCDIR)/include

BINTARGETS=efibootmgr efibootdump
TARGETS=$(BINTARGETS) efibootmgr.8 efibootdump.8

Expand Down Expand Up @@ -35,7 +33,6 @@ deps : PKGS=efivar efiboot popt
deps : $(ALL_SOURCES)
$(MAKE) -f $(TOPDIR)/Make.deps \
SOURCES="$(ALL_SOURCES)" \
SUBDIR_CFLAGS="$(SUBDIR_CFLAGS)" \
PKGS="$(PKGS)" \
deps

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 6fb6feb

Please sign in to comment.