OSDN Git Service

Fix cflags pollution from other projects
[android-x86/external-toybox.git] / Android.mk
index 1a7f5a0..f00bd77 100644 (file)
@@ -16,7 +16,7 @@
 
 LOCAL_PATH := $(call my-dir)
 
-common_cflags += \
+common_cflags := \
     -std=c99 \
     -Os \
     -Wno-char-subscripts \
@@ -120,6 +120,7 @@ LOCAL_SRC_FILES := \
     toys/other/losetup.c \
     toys/other/lsattr.c \
     toys/other/lsmod.c \
+    toys/other/lspci.c \
     toys/other/lsusb.c \
     toys/other/makedevs.c \
     toys/other/mkswap.c \
@@ -161,6 +162,7 @@ LOCAL_SRC_FILES := \
     toys/pending/diff.c \
     toys/pending/expr.c \
     toys/pending/fdisk.c \
+    toys/pending/file.c \
     toys/pending/ftpget.c \
     toys/pending/host.c \
     toys/pending/lsof.c \