Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move the internal headers into src #202

Merged
merged 1 commit into from
Mar 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading