Skip to content

Commit

Permalink
Fix makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
0152la committed Jan 12, 2022
1 parent 5bf0d73 commit e086f4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: MIT OR Apache-2.0

SHARED_SOURCES := shared_try_deref.s
CFILES := $(wildcard ../*.c)
CFILES := $(wildcard *.c)
ROOTDIR=../../../..

include $(ROOTDIR)/build/Makefile.vars.morello-hybrid
Expand Down

0 comments on commit e086f4c

Please sign in to comment.