Skip to content

Commit 0a85e9b

Browse files
hughsievathpela
authored andcommitted
Move the internal headers into src
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>
1 parent 1a4a912 commit 0a85e9b

6 files changed

Lines changed: 1 addition & 4 deletions

File tree

src/Android.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ include $(CLEAR_VARS)
1515
include $(LOCAL_PATH)/../Make.version
1616

1717
LOCAL_MODULE := efibootmgr
18-
LOCAL_C_INCLUDES := $(LOCAL_PATH)/include
18+
LOCAL_C_INCLUDES := $(LOCAL_PATH)
1919
LOCAL_STATIC_LIBRARIES := libefivar
2020
LOCAL_MODULE_PATH := $(TARGET_INSTALLER_OUT)/sbin
2121

src/Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ include $(TOPDIR)/Make.version
55
include $(TOPDIR)/Make.rules
66
include $(TOPDIR)/Make.defaults
77

8-
SUBDIR_CFLAGS = -I$(SRCDIR)/include
9-
108
BINTARGETS=efibootmgr efibootdump
119
TARGETS=$(BINTARGETS) efibootmgr.8 efibootdump.8
1210

@@ -35,7 +33,6 @@ deps : PKGS=efivar efiboot popt
3533
deps : $(ALL_SOURCES)
3634
$(MAKE) -f $(TOPDIR)/Make.deps \
3735
SOURCES="$(ALL_SOURCES)" \
38-
SUBDIR_CFLAGS="$(SUBDIR_CFLAGS)" \
3936
PKGS="$(PKGS)" \
4037
deps
4138

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)