Skip to content

Commit

Permalink
derp
Browse files Browse the repository at this point in the history
  • Loading branch information
flah00 committed Aug 12, 2021
1 parent e1f6c12 commit 92b2525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ objects += $(addprefix $(out_dir)/,$(cpp_sources:%.cpp=%.o))
objects += $(swig_object)

# includes += $(SDKPATH) $(SDKPATH)/arch/$(ARCH)
includes += $(SDKPATH) $(SDKPATH)/emu $(SDKPATH)/arch/$(ARCH)
includes += $(SDKPATH) $(SDKPATH)/arch/$(ARCH) $(SDKPATH)/emu

ifeq ($(ARCH),am335x)
INSTALLPATH.am335x = /media/$(USERNAME)/FRONT/ER-301/packages
Expand Down

0 comments on commit 92b2525

Please sign in to comment.