get rid of nearly-empty getenv.c file
This commit is contained in:
parent
35f2046ab2
commit
5ac622a30d
|
@ -614,7 +614,6 @@ SRC_SHARED_MODULE_ALL = \
|
|||
onewireio/__init__.c \
|
||||
onewireio/OneWire.c \
|
||||
os/__init__.c \
|
||||
os/getenv.c \
|
||||
paralleldisplay/ParallelBus.c \
|
||||
qrio/__init__.c \
|
||||
qrio/QRDecoder.c \
|
||||
|
@ -715,6 +714,7 @@ endif
|
|||
SRC_SHARED_MODULE_INTERNAL = \
|
||||
$(filter $(SRC_PATTERNS), \
|
||||
displayio/display_core.c \
|
||||
os/getenv.c \
|
||||
usb/utf16le.c \
|
||||
)
|
||||
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
// this file needs to exist but does not have any content
|
Loading…
Reference in New Issue